home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / BARNET / COMPILER / SATHER / !Sather / Library / Base / sa / flt_dummy < prev    next >
Text File  |  1996-06-02  |  1KB  |  30 lines

  1. ---------------------------> Sather 1.1 source file <--------------------------
  2. -- flt_dummy.sa:  Dummies for non existant FLT classes
  3. -- This is a dummy version of flt_other.sa, which leaves
  4. -- the  routines undefined. No need to parse these non-existant
  5. -- classes during every compile
  6. -- Author: Benedict A. Gomes <gomes@samosa.ICSI.Berkeley.EDU>
  7. -- Copyright (C) 1995, International Computer Science Institute
  8. -- $Id: flt_dummy.sa,v 1.6 1996/06/02 09:28:29 gomes Exp $
  9. -- COPYRIGHT NOTICE: This code is provided WITHOUT ANY WARRANTY
  10. -- and is subject to the terms of the SATHER LIBRARY GENERAL PUBLIC
  11. -- LICENSE contained in the file: Sather/Doc/License of the
  12. -- Sather distribution. The license is also available from ICSI,
  13. -- 1947 Center St., Suite 600, Berkeley CA 94704, USA.
  14. -------------------------------------------------------------------
  15. immutable class FLTX is 
  16.    -- Obsolete class from 1.0.
  17. end; 
  18. -------------------------------------------------------------------
  19. immutable class FLTDX is 
  20.    -- Obsolete class from 1.0.
  21. end; 
  22. -------------------------------------------------------------------
  23. class FLTI is 
  24.    -- FLTI is arbitrary precision floating point.
  25.    -- Not yet implemented.
  26. end; 
  27. -------------------------------------------------------------------
  28.  
  29.  
  30.